home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbbsdocs.zip / RBBSDOCS.9 < prev    next >
Text File  |  1990-11-05  |  5KB  |  90 lines

  1.  
  2.  
  3.  
  4.     RBBS-PC's AUTOMATIC SUBSCRIPTION/TIME MANAGEMENT                        9-1
  5.  
  6.  
  7.     9. RBBS-PC's AUTOMATIC SUBSCRIPTION/TIME MANAGEMENT
  8.     ---------------------------------------------------
  9.     RBBS-PC has support built into it for managing access  based on the date of
  10.     the call, and  the time of day.   As with the other  RBBS-PC features, this
  11.     support is optional.  The primary uses of this facility are:
  12.  
  13.        - to make it very easy to control access based on subscription dates.
  14.        - to give callers a temporary, date-limited boost in privileges.
  15.        - to vary the amount  of time that a caller  has for a session  based on
  16.          the time of day.
  17.  
  18.     Once   subscription   management  is   configured,   RBBS-PC  handles   all
  19.     subscription  maintenance.    After  a user  is  registered,  RBBS-PC  will
  20.     automatically:
  21.  
  22.       1) warn users before their subscription expires
  23.       2) reduce the security of callers whose subscription has expired.
  24.  
  25.     The  SysOp can send a message when the  subscription is about to expire, by
  26.     creating the  file RGXPIRE.HLP  and placing  it in  the  RBBS-PC help  file
  27.     directory.  The number of days before expiration to warn is set with CONFIG
  28.     parameter 50.  When a caller's subscription expires, their security will be
  29.     updated, and the help file RGXPIRD.HLP (if it exists) will be displayed.
  30.  
  31.     The  subscription and  time management  system can  also  be used  to grant
  32.     callers a temporary boost in privileges.  For example, giving new callers a
  33.     "free" trial period.
  34.  
  35.     Just as cable TV channels sometimes have a free  week of viewing to attract
  36.     new subscribers, a SysOp of a  subscription RBBS-PC can set up limited free
  37.     offers. By setting up a default subscription period of say, 5 days, all new
  38.     callers can  be let onto to  see whether they  want to subscribe.   After 5
  39.     days, security drops back down to a more limited level.  This "free" period
  40.     can be made a standing offer, or turned off after a two week period.  Or, a
  41.     user who requests  a trial period  can be individually  added with a  short
  42.     subscription period.
  43.  
  44.     Limited trial subscriptions  also are an  attractive alternative for  those
  45.     SysOps that do  not give full privileges until after  a caller is verified.
  46.     These callers  are either asked to fill out a  registration form or leave a
  47.     comment,  and  the SysOp  later decides  whether  to increase  the security
  48.     level.  By  letting new users have a short  registration period with higher
  49.     privileges, say  3 days, a SysOp  may choose to give  new callers immediate
  50.     access,  so  the caller  is  not penalized  while waiting  for  the SysOp's
  51.     decision.  The  SysOp need do  nothing if a  caller cannot be verified,  as
  52.     RBBS-PC will  automatically reduce their security in a few days.  The SysOp
  53.     will manually raise the security of callers who are verified.
  54.  
  55.     9.1 Setting It Up
  56.     -----------------
  57.     The subscription management system is turned on by specifying in  CONFIG to
  58.     limit  callers by subscription date.   After access  is so limited, RBBS-PC
  59.     automatically records the date of the first call.  For old users, this will
  60.     be the first call  made since RBBS-PC began to limit access.  This recorded
  61.     date  is the base  registration date.   The SysOp then needs  to specify in
  62.     CONFIG:
  63.  
  64.        - A default subscription period (the number of days a new user gets).
  65.  
  66.  
  67.  
  68.     RBBS-PC 17.3A            TECHNICAL REFERENCE MANUAL                     9-2
  69.  
  70.  
  71.        - A  warning period (which determines  when callers will  get an advance
  72.          warning  that  their subscription  is about  to  expire.   The warning
  73.          period is the number of days left before triggering a warning.)
  74.        - The security level expired subscribers get.
  75.  
  76.     In  the PASSWRDS file, the SysOp  designates different subscription periods
  77.     for  each security  level (other than  the default  security level).   This
  78.     needs to  be specified only if  a subscription period is  desired that will
  79.     override the default.
  80.  
  81.     RBBS-PC  determines  when  the  subscription  will  expire  by  adding  the
  82.     subscription period to the  base registration date.  Persons  calling after
  83.     this expiration date are reduced  to the expired security level set  by the
  84.     SysOp in CONFIG.
  85.  
  86.     The time management of RBBS-PC is automatically activated when the presence
  87.     of  the  PASSWRDS file  is  detected.   See  section  15.3  for a  complete
  88.     description of the PASSWRDS file.
  89.  
  90.